home *** CD-ROM | disk | FTP | other *** search
- This program will generate a listing followed by a cross refrence table of
- 'words' which are not PASCAL reserved words. The cross reference table is
- listed in alphabetical order with all 'words' beginning with capital letters
- appearing first ( yup, the program is very case sensitive! ). You must have
- an EPSON compatible printer in order to use this program since it will try to
- set your printerfrom PICA print to ELITE ( 96 characters per line ).
-
- You must have both PAS_XREF.PRG and PAS_XREF.RSC on the same disk.
-
- After the program introduction you will be presented with a file selector
- dialog. After choosing the file you wish to print, a dialog box showing
- the file name, path and page number will appear. You must click on 'Print'
- in order to begin the printing process. The dialog box will be updated
- periodically showing what is begin printed( Source or Xref ) and which page
- the program is currently processing.
- You may cancel the print anytime before the 'Xref' table is output
- simply by clicking on the 'Cancel' button. If the print is not immediately
- cancelled, then try again. Please keep in mind that you will still print
- whatever is contained in your printer buffer.
-
- This program should also work with MODULA programs but will more than
- likely cross reference some MODULA reserved works. If you have any problems
- with this program, please leave me E-Mail. My GENIE user name is
- Julian.Garza ( J.Garza was already taken ).
-
- Known Bugs:
- -----------
- It will not properly handle comments which extend beyond a single line.
- Having comments such as the example will cause the line counter and pagination
- to go slightly berserk.
-
- example:
-
- (*
- ***************
- * Comment *
- ***************
- *)
-
- ===============================================================================
-